home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
PROGRAMR
/
EXTDEV.ZIP
/
PRNTFILE.DEF
< prev
next >
Wrap
Text File
|
1991-08-21
|
610b
|
21 lines
; Copyright 1991 Microsoft Coporation. All rights reserved.
NAME PrntFile
DESCRIPTION 'Sample Microsoft Windows Application'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 0xAFFF ; 45k
STACKSIZE 8192
EXPORTS
MainWndProc @1
About @2
OpenDlg @3
SaveAsDlg @4 ; called when SAVE AS menu item selected
AbortDlg @5 ; called so user can abort print function
AbortProc @6 ; Processes messages intended for abort box